home *** CD-ROM | disk | FTP | other *** search
/ Dangerous Digital Movies: Omake Photos 200 / Dangerous Digital Moves: Omake Photos 200.iso / pc / mmd / opening.dxr / 00062.ls < prev    next >
Encoding:
Text File  |  1996-08-27  |  184 b   |  11 lines

  1. on mouseDown
  2.   global btclicksw, btclickno
  3.   buttonrev()
  4.   if btclicksw = 1 then
  5.     set the ink of sprite btclickno to 4
  6.     updateStage()
  7.     cursor(200)
  8.     go("EXIT")
  9.   end if
  10. end
  11.